type crypto/cipher.gcmFallback
6 uses
crypto/cipher (current package)
gcm.go#L220: return &gcmFallback{cipher: cipher, nonceSize: nonceSize, tagSize: tagSize}, nil
gcm.go#L226: type gcmFallback struct {
gcm.go#L232: func (g *gcmFallback) NonceSize() int {
gcm.go#L236: func (g *gcmFallback) Overhead() int {
gcm.go#L240: func (g *gcmFallback) Seal(dst, nonce, plaintext, additionalData []byte) []byte {
gcm.go#L275: func (g *gcmFallback) Open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |